/* a_css/infoPopup.css  für die Popups */

.infoPopup, .infoPopupImg {
    position: absolute;
    z-index: 9999;
    opacity: 1;
    display: none;
    height: auto;
    width: auto;
    padding: 1rem;
    max-width: 80%;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px #aeaeae;
    /* Firefox */
    -webkit-box-shadow: 1px 1px 2px #aeaeae;
    /* Chrome, Safari */
    -khtml-box-shadow: 1px 1px 2px #aeaeae;
    /* Konqueror */
    box-shadow: 1px 1px 2px #aeaeae;
}
.infoPopup .button, .infoPopupImg .button {
    position: absolute;
    top: 0.01rem;
    right: 0.2rem;
    cursor: pointer;
    width: 100%;
    text-align: right;
}
.infoPopup {
    margin: 0 0 0 2%;
    max-width: 50%;
    min-width: 48%;
}
.infoPopupImg {
    margin: 0 0 0 3%;
    max-width: 80%;
}
.infoPopupCont, .infoPopupImgCont {
    padding: 0.5rem;
    text-align: center;
    max-height: 450px;
    overflow-x: auto;
    overflow-y: auto;
}
.infoPopupCont h3 {
    color: #76b82a;
    margin: 0 0 1rem 0;
}
.infoPopupCont h3.achtungcolor {
    color: #E30613;
    margin: 0;
}
.infoPopupCont h6 {
    margin: 0 0 0.2rem 0;
}
.druckarteninfo h6, span.h6 {
    font-size: 1.2rem;
    margin: 0;
}
span.h6 {
    font-weight: bold;
}
.infoPopupImage {
    max-width: 30%;
    border: 4px solid #76b82a;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 1rem 0.2rem 0 0;
    cursor: pointer;
}
.infoPopupImageGross {
    max-width: 90%;
    border: 4px solid #76b82a;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.infoPopup a {
    color: #76b82a;
}
.infoPopupOutdiv p, .infoPopupOutdiv li {}
.infoPopupOutdiv ul {
    text-align: left;
}
.infoPopupOutdiv h3 {}
.infoPopupCont .druckartImg {
    width: 50%;
}
.gruenInfoblock h3 {
    color: #575756;
}
.gruenInfoblock table {
    margin: 0 auto;
}

/* Slider */

.cycle-slideshow {
    max-width: 100%;
}
.cycle-slideshow img {
    max-width: 100%;
    width: 100%;
}
.cycle-prev, .cycle-next {
    font-size: 3.5rem;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.8rem;
    z-index: 999;
    cursor: pointer;
}
.cycle-prev {
    left: 2%;
}
.cycle-next {
    right: 2%;
}
.cycle-pager {
    width: 100%;
    text-align: center;
    z-index: 999;
    position: absolute;
    bottom: -2%;
    cursor: pointer;
}
.cycle-pager span {
    text-indent: 100%;
    white-space: nowrap;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border: 1px solid #76b82a;
    border-radius: 50%;
    margin: 0 0.2rem;
    color: transparent;
}
.cycle-pager .cycle-pager-active {
    background-color: #76b82a;
}
.sliderlink {
    cursor: pointer;
}

/* display paused text on top of paused slideshow 
.cycle-paused:after {
    content: 'Pause'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}
*/


/* End Slider */